Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 3, 2025

Bumps com.android.application from 8.12.2 to 8.13.0.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added Dependencies Adding dependencies and libraries java Pull requests that update Java code labels Sep 3, 2025
@AsCress
Copy link
Collaborator

AsCress commented Sep 13, 2025

@marcnause Requires manual bumping.

@marcnause
Copy link
Contributor

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/gradle/android/com.android.application-8.13.0 branch from 07e0851 to 937b8fb Compare September 13, 2025 21:28
@marcnause marcnause force-pushed the dependabot/gradle/android/com.android.application-8.13.0 branch from 937b8fb to 8666e71 Compare September 23, 2025 06:48
@marcnause
Copy link
Contributor

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/gradle/android/com.android.application-8.13.0 branch from 8666e71 to 5889b94 Compare September 27, 2025 18:04
Bumps com.android.application from 8.12.2 to 8.13.0.

---
updated-dependencies:
- dependency-name: com.android.application
  dependency-version: 8.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@marcnause marcnause force-pushed the dependabot/gradle/android/com.android.application-8.13.0 branch from 5889b94 to db6b272 Compare October 6, 2025 20:16
@marcnause
Copy link
Contributor

I updated Gradle:

cd android 
 ./gradlew wrapper --gradle-version latest

This change has been pushed to this PR in 366538d.

After this I still get an error when trying to build the Android Version:

 Error:
 A problem occurred evaluating project ':flutter_audio_capture'.
> Could not find method jcenter() for arguments [] on repository container of type org.gradle.api.internal.artifacts.dsl.DefaultRepositoryHandler.

flutter_audio_capture is currently fetched from https://github.com/AsCress/flutter_audio_capture.git which contains fixes which are not contained in the upstream version https://github.com/ysak-y/flutter_audio_capture

Updating the version to the latest upstream version in pubspec.yaml also does not help since it also still contains a reference to jcenter. There is an open PR (ysak-y/flutter_audio_capture#45), but it is not merged yet.


Notes to myself:

Update version in pubspec.yaml:
old:

  flutter_audio_capture:
    git:
      url: https://github.com/AsCress/flutter_audio_capture.git
      ref: master

new:
flutter_audio_capture: ^1.1.11

rm pubspec.lock
flutter build apk

@marcnause marcnause marked this pull request as draft October 6, 2025 21:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Dependencies Adding dependencies and libraries java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants